Skip to content

Conversation

agrimk
Copy link
Member

@agrimk agrimk commented Jul 30, 2025

Description

  • Updated the create Model Deployment API to accept custom Model name which would be used while inferencing.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 30, 2025
@agrimk agrimk changed the title Use custom model name in deployment [WIP] Use custom model name in deployment Jul 30, 2025
Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

agrimk added 2 commits August 1, 2025 15:41
…le/accelerated-data-science into use_custom_model_name_in_deployment
Copy link

github-actions bot commented Aug 1, 2025

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

@mrDzurb mrDzurb self-requested a review August 15, 2025 00:47
@@ -204,6 +207,9 @@ def create(
**(defined_tags or {}),
}

if display_name:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure I understand the logic here. I thought we wanted to introduce the model name that would be used for inferencing, but here we’re changing the display name of the MC record.
Could you add more description in the PR explaining what this PR for?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants